home *** CD-ROM | disk | FTP | other *** search
/ Super CD / Super CD.iso / educ / eurika / readme < prev    next >
Encoding:
Text File  |  1987-04-27  |  4.4 KB  |  141 lines

  1.                   WELCOME TO EUREKA:  THE SOLVER 1.0
  2.                   ----------------------------------
  3.  
  4.  
  5.   This README file contains information not found in the Owner's
  6.   Handbook which is important to you.  Please read this file in its
  7.   entirety; hopefully it will answer any questions you may have.
  8.  
  9.  
  10.  
  11. TABLE OF CONTENTS
  12. -----------------
  13.    1. Help
  14.    2. Corrections to the Manual
  15.    3. File List
  16.  
  17.  
  18.  
  19. 1. HELP
  20. -------
  21.   If you need help with Eureka, please read this file and the Owner's
  22.   Handbook.
  23.  
  24.   If you still have a question and need technical assistance, help is
  25.   available from the following sources:
  26.  
  27.   1.  Type GO BOR on the CompuServe bulletin board system for instant
  28.       access to the Borland forums with their libraries of technical
  29.       information and answers to common questions.
  30.  
  31.       If you are not a member of CompuServe, see the enclosed special
  32.       offer, and write for full details on how to receive a free IntroPak
  33.       containing a $15 credit toward your first month's on-line charges.
  34.  
  35.   2.  Check with your local software dealer or user group.
  36.  
  37.   3.  Write to:  Borland International
  38.                  Eureka Technical Support
  39.                  4585 Scotts Valley Drive
  40.                  Scotts Valley, CA 95066
  41.  
  42.       Please remember to include your serial number, or we will be unable
  43.       to process your letter.
  44.  
  45.   4.  If you have an urgent problem that cannot wait, you can call
  46.       the Borland Technical Support Department.
  47.  
  48.       Please have the following information ready before calling:
  49.  
  50.       1.  Product name and serial number on your original distribution
  51.           disk.  Please have your serial number ready or we will be unable
  52.           to process your call.
  53.  
  54.       2.  Computer brand, model and the brands and model numbers of any
  55.           additional hardware.
  56.  
  57.       3.  Operating system and version number (the version number can be
  58.           determined by typing VER at the DOS prompt).
  59.  
  60.       4.  Contents of your AUTOEXEC.BAT file.
  61.  
  62.       5.  Contents of your CONFIG.SYS file.
  63.  
  64.  
  65.  
  66. 2. CORRECTIONS TO THE MANUAL
  67. ----------------------------
  68.  
  69. Page 25
  70. -------
  71.  
  72.    Enter the following equation to be solved:
  73.  
  74.    x^3 + 3 * x^2  - 27 3 * x^2 - 2 *x - cos(x) = 0
  75.  
  76. should read
  77.  
  78.    Enter the following equation to be solved:
  79.  
  80.    x^3 + 3 * x^2 - 2 * x - cos(x) = 0
  81.  
  82. Page 73
  83. -------
  84.    The five non-directive settings are described as follows:
  85.  
  86. should read
  87.  
  88.    The seven non-directive settings are described as follows:
  89.  
  90.  
  91.  
  92. 3. FILE LIST
  93. ------------
  94.       File                           Description
  95.    --------------------------------------------------------------
  96.    README   COM   -   Reads this README
  97.    EUREKA   EXE   -   Eureka program
  98.    NDP      COM   -   Detects the presence of 8087 or 80287
  99.    EINST    COM   -   Installation file for Eureka
  100.    HELP     EKA   -   Help file for Eureka
  101.    EUREKA   MAC   -   Superkey macros to use with Eureka
  102.  
  103.    CARDS    EKA   -   Sample problem from Chapter 6 of the manual
  104.    CARLOAN  EKA   -       "             "
  105.    CHEMBAL  EKA   -       "             "
  106.    CHEMEQ1  EKA   -       "             "
  107.    CHEMEQ2  EKA   -       "             "
  108.    CLASSICS EKA   -       "             "
  109.    COMPLEX  EKA   -       "             "
  110.    DECAY    EKA   -       "             "
  111.    DERINT   EKA   -       "             "
  112.    EQUITY   EKA   -       "             "
  113.    HOUSE    EKA   -       "             "
  114.    INTEG    EKA   -       "             "
  115.    LADDERS  EKA   -       "             "
  116.    LINECHG  EKA   -       "             "
  117.    LINPROG  EKA   -       "             "
  118.    LSQRFIT  EKA   -       "             "
  119.    MASSCHG  EKA   -       "             "
  120.    MAXMIN   EKA   -       "             "
  121.    POLYNOM  EKA   -       "             "
  122.    PROJCTL  EKA   -       "             "
  123.  
  124.    PROB1          -   A simple sample problem
  125.    PROB2          -       "             "
  126.    PROB3          -       "             "
  127.    PROB4          -       "             "
  128.    PROB5          -       "             "
  129.    PROB6          -       "             "
  130.    PROB7          -       "             "
  131.    PROB8          -       "             "
  132.    PROB9          -       "             "
  133.    PROB10         -       "             "
  134.    PROB11         -       "             "
  135.    PROB12         -       "             "
  136.    README         -   This file!
  137.  
  138.  
  139.  
  140. END
  141. ---